home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / etc / RCS / panic.man,v < prev    next >
Text File  |  1989-01-09  |  1KB  |  61 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.1
  10. date     89.01.09.11.43.28;  author ouster;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @@
  17.  
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @' Copyright 1989 Regents of the University of California
  26. ' Permission to use, copy, modify, and distribute this
  27. ' documentation for any purpose and without fee is hereby
  28. ' granted, provided that this notice appears in all copies.
  29. ' The University of California makes no representations about
  30. ' the suitability of this material for any purpose.  It is
  31. ' provided "as is" without express or implied warranty.
  32. ' $Header: /sprite/lib/forms/RCS/proto.man,v 1.2 89/01/05 17:31:38 ouster Exp $ SPRITE (Berkeley)
  33. .so \*(]ltmac.sprite
  34. .HS panic lib
  35. .BS
  36. .SH NAME
  37. panic \- Print error message and kill process
  38. .SH SYNOPSIS
  39. .nf
  40. \fBvoid
  41. panic(\fIformat\fB, \fIarg\fB, \fIarg\fB, ...)\fR
  42. .SH ARGUMENTS
  43. .AS char *format
  44. .AP char *format in
  45. Format string for error message to print.
  46. .AP ??    arg in
  47. Optional  additional arguments providing information to print.
  48. .BE
  49.  
  50. .SH DESCRIPTION
  51. \fBPanic\fR prints an error message on the standard error file and
  52. then kills the process by calling \fBabort\fR.  The \fIformat\fR and
  53. \fIarg\fR arguments control the printing of the message just as if
  54. they had been passed to \fBprintf\fR.
  55.  
  56. .SH KEYWORDS
  57. abort, error, message, panic
  58. @
  59.